home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
e.dxr
/
00011_TowQTLoop for E.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
355 b
|
15 lines
global sQTSPRITE
on exitFrame
if the movieRate of sprite sQTSPRITE then
go(the frame)
else
stopsound("E01drive.aif")
go("KeyFrame")
set objsToDel to [#transCarDashView, #carDashPict, #carMap]
DelObjects(objsToDel)
set the castNum of sprite sQTSPRITE to the number of cast "QTPlaceholder"
setSoundState(#play)
end if
end